Jason Dean has started a very nice, concise and well documented tutorial series on using ColdBox. I have added his series to the ColdBox wiki also. This is a great resource, so keep up the good work Jason!!
Blog
Recent Entries
MatchBox Brings BoxLang to ESP32 Microcontrollers 🦀
One of the most unusual parts of MatchBox is the ESP32 target.
The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox, and it can compile BoxLang scripts into bytecode and deploy them to ESP32 microcontrollers. That means the same language used for scripts, native tools, web services, and browser logic can also run on a small embedded device.
BoxLang AWS, Azure, and Google Secrets Manager Module Released
Every production application carries secrets: database passwords, API tokens, encryption keys. The question is never whether to manage them -- it's how badly the current approach is going to hurt you.
BoxLang 1.14.0 : BoxLang Ranges Part 2: Teach BoxLang Your Types with `IRangeable`
In Part 1, we covered BoxLang's first-class range system: lazy evaluation, exclusive boundaries, built-in types (integers, decimals, characters, dates), custom stepping, Java Stream integration, and contains() semantics. If you haven't read it yet, start there.
Add Your Comment
(3)
Sep 30, 2008 08:57:25 UTC
by Jason Dean
Thanks for the plug Luis. I guess I am committed now :) I will try not to disappoint. I am almost done with the next post, i hope to release it on Wednesday(9/1) or Thursday. We'll be looking at Event Objects/Request Context and we will be modifying event handlers.
Oct 01, 2008 16:07:04 UTC
by Josh Highland
wow! this is a good resource, keep up the work Jason
Oct 02, 2008 05:27:50 UTC
by MAQ
...cool stuff...
could u pls also describe how to directly access coldbox at service/model layer level